home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Tele
/
T
/
termplus.cpt
/
Terminal Plus
/
Scripts ƒ
/
Sample GEnie Script
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-12-03
|
328 b
|
24 lines
AutoType "ATDT9525400^M"
@Label1
If Prompt = "CONNECT" Then @Start
If Prompt = "NO CONNECT" Then @Stop
GoTo @Label1
@Start
AutoType "H"
Pause 1
AutoType "H"
Pause 1
AutoType "H^M"
Set Timer 10
@Label2
If Prompt = "U#=" Then @Label3
If Timer Off Then @Stop
Goto @Label2
@Label3
AutoType "^RXYZ12345,HOUSE*MAGNET^M"
@Stop
Quit